Get the first and last secondΒΆ

Get the first and last second.
import datetime

print("First Second: ", datetime.time.min)
print("Last Second:  ", datetime.time.max)

Output:

First Second:  00:00:00
Last Second:   23:59:59.999999